public interface CiscoRTPProperties
Modifier and Type | Method and Description |
---|---|
int |
getMaxBitRate()
Returns the maximum bit rate(bits per second), which is the max allowed video bit rate as
negotiated by media layer.
|
int |
getPayloadType()
Returns the payload format, which is one of the following constants:
|
java.net.InetAddress |
getReceptionAddress() |
int |
getReceptionPort() |
java.net.InetAddress |
getTransmissionAddress() |
int |
getTransmissionPort() |
java.net.InetAddress getReceptionAddress()
int getReceptionPort()
java.net.InetAddress getTransmissionAddress()
int getTransmissionPort()
int getPayloadType()
Returns the payload format, which is one of the following constants:
CiscoRTPPayload.H261
CiscoRTPPayload.H263
CiscoRTPPayload.VIDEO
CiscoRTPPayload.H264
CiscoRTPPayload.H264_SVC
CiscoRTPPayload.T120
CiscoRTPPayload.H224
CiscoRTPPayload
int getMaxBitRate()